PowerTools PlusPak for Windows Forms 8.0J
GetRectangles(Rectangle,Rectangle[]) メソッド

BevelEffectを使用して描画するコントロールのクライアント矩形。
BevelEffectのすべての部分の矩形。
矩形のシリアル情報を取得します。
構文
Public Overloads Function GetRectangles( _
   ByVal rectClient As Rectangle, _
   ByRef rectParts As Rectangle() _
) As Rectangle
public Rectangle GetRectangles( 
   Rectangle rectClient,
   ref Rectangle[] rectParts
)

パラメータ

rectClient
BevelEffectを使用して描画するコントロールのクライアント矩形。
rectParts
BevelEffectのすべての部分の矩形。

戻り値の型

BevelEffectをその中に描画する矩形全体。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

BevelEffect クラス
BevelEffect メンバ
オーバーロード一覧

Send Feedback